home *** CD-ROM | disk | FTP | other *** search
Text File | 1991-05-23 | 1.4 KB | 33 lines | [ldf2/TCEd] |
- ----------------------------------------------------------------------
- The Pascal Programming Lanuage written by Thomas Carstensen
- August 4, 1989
- ----------------------------------------------------------------------
- Langauge Name: Pascal
-
- Brackets: Comments: Quotes:
- [ ] (* *) ' '
- ( ) { } " "
- begin end
- record end
- case end
-
- File extensions:
- .p .pas
-
- Reserved Words:
- and array begin
- case const div
- do downto else
- end file for
- forward function goto
- if implementation in
- interface label mod
- nil not of
- or otherwise packed
- procedure program record
- repeat set then
- to type unit
- until uses var
- while with
- ----------------------------------------------------------------------
-